home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / intro.dir / 00001_Movie Script.ls next >
Encoding:
Text File  |  1996-04-18  |  204 b   |  14 lines

  1. on startMovie
  2.   global gSINewUser
  3.   SetCursor(#wait)
  4.   SetVolume(5)
  5.   set gSINewUser to 0
  6. end
  7.  
  8. on unpuppet
  9.   repeat with vI = 7 to 9
  10.     set the visible of sprite vI to 0
  11.   end repeat
  12.   updateStage()
  13. end
  14.